Returns a boolean value indicating if the software was properly registered or not. Read-only.
We can tell if the software was properly registered if the user has entered a valid LiberationKey. The LiberationKey depends on the user's SoftwareCode and on the Password that you choose.
Example:
'--- Check if user has registered
If ActiveLock1.RegisteredUser Then
MsgBox "Thanks for registering!"
Else
MsgBox "You haven't registered yet!"
End If